Intersoft ClientUI Documentation
Remove<TType>() Method



The type of which registration to remove.
Removes the registration from the container based on the specified type.
Syntax
Public Overloads Sub Remove(Of TType As Class)() 
Dim instance As IocContainer
 
instance.Remove(Of TType)()
public void Remove<TType>()
where TType: class
public:
void Removegeneric<typename TType>
(); 
where TType: ref class

Type Parameters

TType
The type of which registration to remove.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IocContainer Class
IocContainer Members
Overload List

Send Feedback